home *** CD-ROM | disk | FTP | other *** search
/ Tech Win 1995 November / CD [TECH_B].bin / tech_b / delphi / trial / disk11 / dragdrop.pak / DRAGDROP.DPR next >
Encoding:
Text File  |  1995-08-08  |  153 b   |  11 lines

  1. program Dragdrop;
  2.  
  3. uses
  4.   Forms,
  5.   Dropfont in 'DROPFONT.PAS' {Form1};
  6.  
  7. begin
  8.   Application.CreateForm(TForm1, Form1);
  9.   Application.Run;
  10. end.
  11.